home *** CD-ROM | disk | FTP | other *** search
- BNCHMK.TXT
-
- Keywords: PERSONAL PASCAL TURBO BENCHMARK AT IBM
-
- This is four benchmarks performed on the Atari ST running OSS, Inc.
- Personal Pascal versus an IBM PC AT running Borland International Turbo
- Pascal. Code is included for each of the tests. IBM PC AT tests were run
- at both 6 and 8 MHz. clock speeds. Tests cover integer math, recursion,
- floating point, and trig/transcendental math operations. Try these
- benchmark programs with your version to see how your figures compare. The
- test programs are included in the text.
-
-
- CUBE.PAS
-
- Keywords: PASCAL DEMO SCREEN SWAPING 3D ROTATION
-
- 3d rotating cube (all 3 dimensions) real claim to fame is using two (2)
- screen areas for smooth animation effects
-
-
- CURSOR.PAS
-
- This is another file from the OSS BBS. This file includes cursor handling
- routines for TOS programs. A number of these routines are Turbo PASCAL
- compatible so let's start converting those programs.
-
-
- CURSTEST.PAS
-
- This is yet another file from the OSS BBS. This is an example program
- using the cursor positioning routines from CURSOR.PAS.
-
-
- PASFIX1.PAS
-
- This file comes from the OSS BBS and is the latest bug fix program as of
- 5/14/86. Compile it and run it on the disk to be updated - not your
- original use a copy to be safe. This is another bug fix update for OSS
- Pascal. I sure wish that the bug fix files were named different.
-
-
- PFORMA.PAS
-
- Keywords: PASCAL REFORMAT
-
- This program takes a pascal source file and reformats it to optional styles
- (upper case / lower case / borland convention. This conversion concentrated
- on installing Alert Boxes, and Dialog Boxes.
-
-
- PRNTSRC2.PAS
- PRNTSRC2.PRG
-
- This is version 2 of Print Source(prntsrc.pas). This program does as before,
- print source code from the Personal Pascal Manager, but have added
- procedures for formatting, deleting, renaming, and copying. However, I have
- some problems with the formatting, formats fine, but program crashes, any
- help out there? I have not fully documented, debugged, and cleaned-up the
- program. Enjoy! This program uses the GEM interface and fits nicely in
- with Personal Pascal. Hopefully, he will get his bugs fixed soon, but
- it is still a good demonstration program of file operations from within
- Personal Pascal. The other operations seem to work so this is a nice
- addition to your Pascal disk.
-
-
- SPR2.PAS
- SPRITE.PAS
-
- Keywords: SCREEN MEMORY RASTER COPY PASCAL
-
-
- Here is a Personal Pascal program to demonstrate raster copies to
- and from an off screen memory image. Needs to be linked to a second module
- spr2.pas.
-